home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_BeginRefresh gadutil.library/GU_BeginRefresh
-
- NAME
- GU_BeginRefresh -- Begin refreshing friendly to GadTools.
-
- SYNOPSIS
- GU_BeginRefresh(win)
- A0
-
- VOID GU_BeginRefresh(struct Window *);
-
- FUNCTION
-
- Invokes the intuition.library/BeginRefresh() function in a manner
- friendly to the Gadget Toolkit. This function call permits the
- GadTools gadgets to refresh themselves at the correct time.
- Call GU_EndRefresh() function when done.
-
- INPUTS
- win - pointer to Window structure for which a IDCMP_REFRESHWINDOW
- IDCMP event was received.
-
- NOTES
- See gadtools/GT_BeginRefresh() for more information.
-
- SEE ALSO
- GU_EndRefresh(), gadtools/GT_BeginRefresh(), intuition/BeginRefresh()
-